.banner-v2-slide__container.wrapper {
	padding: 0 3px;
}
.banner-12-link {
	font-family: Oswald, sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}
@media (min-width: 413px) {
	.banner-12-link {
		font-size: 9px;
	}
}
@media (max-width: 600px) {
	.banner-12-link {
		font-size: 8px;
	}
	@supports (font-size: calc(clamp(0px, 0px, 0px))) {
		.banner-12-link {
			font-size: clamp(7px, 3.8vw, 16px);
		}
	}
}
@media (min-width: 601px) {
	.banner-12-link {
		font-size: 10px;
	}
}
@media (min-width: 1025px) {
	.banner-12-link {
		font-size: 14px;
	}
}
@media (min-width: 601px) {
	@supports (font-size: clamp(0px, 0px, 0px)) {
		.banner-12-link {
			font-size: clamp(8px, 1.1vw, 14px);
		}
	}
}
.banner-12-wrapper {
	width: 100%;
	height: auto;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% - 10px));
}

// @media (min-width: 601px) {
// 	.banner-12-wrapper {
// 		transform: translateY(calc(-50% + 15px));
// 	}
// }

// @media (min-width: 768px) {
// 	.banner-12-wrapper {
// 		transform: translateY(calc(-50% + 35px));
// 	}
// }

// @media (min-width: 1024px) {
// 	.banner-12-wrapper {
// 		transform: translateY(calc(-50% + 55px));
// 	}
// }

// @media (min-width: 1200px) {
// 	.banner-12-wrapper {
// 		transform: translateY(calc(-50% + 65px));
// 	}
// }

.rich-hero-banner-12 {
	white-space: nowrap;
	max-width: 95%;
	margin: 0 auto;
}
@media (min-width: 601px) {
	.rich-hero-banner-12 {
		max-width: 70%;
	}
}

@media (min-width: 1024px) {
	.rich-hero-banner-12 {
		max-width: 80%;
	}
}

@media (min-width: 1350px) {
	.rich-hero-banner-12 {
		max-width: 70%;
	}
}

@media (max-width: 600px) {
	.rich-hero-banner-12 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		margin: 0 auto;
	}
}
.rich-hero-banner-12__column--left {
	position: relative;
	z-index: 2;
}
.rich-hero-banner-12__column--right {
	position: relative;
}
@media (max-width: 600px) {
	.rich-hero-banner-12__column--right {
		overflow-x: auto;
		width: 100%;
	}
}
.rich-hero-banner-12__title--image {
	width: 100%;
	max-width: 32em;
	margin: 0 auto;
	z-index: 1;
}
@media (min-width: 601px) {
	.rich-hero-banner-12__title--image {
		max-width: 50em;
	}
}
.rich-hero-banner-12__sub-title {
	font-size: 0.7em;
	font-weight: 500;
	line-height: 1.2em;
	text-shadow: 0 0 2px hsla(0, 0%, 100%, 0.7960784314);
	display: flex;
	justify-content: space-between;
	margin: 0.7em 0;
}
@media (min-width: 400px) {
	.rich-hero-banner-12__sub-title {
		font-size: 0.75em;
	}
}
@media (min-width: 470px) {
	.rich-hero-banner-12__sub-title {
		font-size: 0.85em;
	}
}

@media (min-width: 550px) {
	.rich-hero-banner-12__sub-title {
		font-size: 1em;
	}
}

@media (min-width: 601px) {
	.rich-hero-banner-12__sub-title {
		font-size: 1.5em;
		margin: 0.5em 0;
	}
}

@media (min-width: 700px) {
	.rich-hero-banner-12__sub-title {
		font-size: 1.7em;
		margin: 0.5em 0;
	}
}

@media (min-width: 768px) {
	.rich-hero-banner-12__sub-title {
		font-size: 1.8em;
	}
}

@media (min-width: 1024px) {
	.rich-hero-banner-12__sub-title {
		font-size: 1.2em;
	}
}

@media (max-width: 600px) {
	.rich-hero-banner-12__sub-title {
		display: flex;
	}
}
.rich-hero-banner-12__card {
	color: #214d9b;
	display: block;
	margin: 0 !important;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	padding: 0.5em 0.5em;
	min-width: 10.5em;
	position: relative;
	border-radius: 10px;
}

@media screen and (max-width: 600px) {
	.rich-hero-banner-12__card {
		min-width: 10em;
		flex: 0 0 min(80%, 10em);
	}
	.rich-hero-banner-12__card:first-of-type {
		margin-left: 0;
	}
	.rich-hero-banner-12__card:last-of-type:after {
		content: '';
		display: block;
		position: absolute;
		right: -1em;
		width: 1em;
		height: 1px;
	}
}
@media screen and (min-width: 601px) {
	.rich-hero-banner-12__card {
		display: inline-block;
		max-width: 15em;
		margin: 0.4em 0.2em;
	}
}
@media screen and (min-width: 768px) {
	.rich-hero-banner-12__card {
		margin: 0.4em;
	}
}
.rich-hero-banner-12__card-content {
	line-height: 1;
}
.rich-hero-banner-12__card-content--top {
	font-size: 1.4em;
	font-weight: 700;
}
.rich-hero-banner-12__card-content--middle {
	font-weight: 700;
	letter-spacing: 0;
	font-size: 1.2em;
	margin-top: 5px;
}
.thb-strike {
	position: relative;
}
.thb-strike:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #d72113;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-18deg);
}
.thb-small {
	font-size: 50%;
}
.rich-hero-banner-12__card-content--bottom {
	color: #d72113;
	font-size: 3em;
	font-weight: 800;
	line-height: 0.9;
}
.rich-hero-banner-12__card-content--bottom span {
	font-size: 50%;
}
.rich-hero-banner-12__card-content--divide {
	font-size: 0.7em;
	font-weight: 400;
	margin: 0.25em 0;
	position: relative;
}
.rich-hero-banner-12__card-content--divide:before {
	content: '';
	position: absolute;
	height: 0.1em;
	background-color: #214d9b;
	width: 37%;
	top: 0.45em;
	left: 0;
}
.rich-hero-banner-12__card-content--divide:after {
	content: '';
	position: absolute;
	height: 0.1em;
	background-color: #214d9b;
	width: 37%;
	top: 0.45em;
	right: 0;
}
.rich-hero-banner-12__card-content--cta {
	color: #fff;
	background-color: #d72113;
	font-size: 0.8em;
	padding: 0.25em;
	margin: 0.5em 0 0.25em;
	border-radius: 15px;
}
a.rich-hero-banner-12__tcs {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 0.8em;
}

.rich-hero-banner-12__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	font-family: 'Oswald', Sans-Serif;
	font-size: 2em;
	line-height: 0.85;
}

@media (min-width: 500px) {
	.rich-hero-banner-12__heading {
		font-size: 3em;
	}
}

@media (min-width: 601px) {
	.rich-hero-banner-12__heading {
		font-size: 4em;
	}
}

@media (min-width: 768px) {
	.rich-hero-banner-12__heading {
		font-size: 5em;
	}
}

@media (min-width: 1024px) {
	.rich-hero-banner-12__heading {
		font-size: 4em;
	}
}

.rhb-12-upper {
	background: #2378cd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 3px 3px 0;
	color: #fff;
	font-size: 0.8em;
}

.rhb-12-lower {
	background: #2378cd;
	border-radius: 5px;
	padding: 3px 3px 7px;
	color: #faed00;
}

.rhb-code__logo {
	max-width: 60px;
	transform: translateY(3px);
}

@media (min-width: 768px) {
	.rhb-code__logo {
		max-width: 80px;
		transform: translateY(5px);
	}
}

.rhb-code {
	display: flex;
	align-items: center;
	background: #fff;
	color: #214d9b;
	border-radius: 15px;
	padding: 1px 1px 1px 1em;
	text-transform: uppercase;
	font-weight: 400;
	justify-content: space-between;
	font-size: 0.8em;
}

@media (min-width: 500px) {
	.rhb-code {
		font-size: 1em;
	}
}

@media (min-width: 550px) {
	.rhb-code {
		font-size: 1.2em;
	}
}

@media (min-width: 601px) {
	.rhb-code {
		font-size: 1.8em;
	}
}

@media (min-width: 768px) {
	.rhb-code {
		font-size: 2.2em;
	}
}
@media (min-width: 1024px) {
	.rhb-code {
		font-size: 1.5em;
	}
}

.rhb-code strong {
	font-family: 'Oswald', Sans-Serif;
	font-weight: 700;
}

.rhb-code__pill {
	background: #d72113;
	color: #fff;
	padding: 0.2em 1em;
	font-weight: 700;
	border-radius: 15px;
}
